home *** CD-ROM | disk | FTP | other *** search
/ Tripas 3 / TRIPAS 003.iso / Splash / Istringe.txt < prev    next >
Encoding:
Text File  |  1998-03-18  |  20.6 KB  |  685 lines

  1. //
  2. //
  3. //    ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE==
  4. //    ========USED BY INSTALLSHIELD AND SPLASH.EXE========
  5. //
  6. //
  7. //    INSTRUCTIONS:
  8. //
  9. //    * Any line that starts with a // (double front slash) is
  10. //      ignored (commented) by Splash.exe and InstallShield.
  11. //
  12. //    * The commented lines (these lines, for example) are only here
  13. //      to assist the person who edits this file.
  14. //
  15. //    * Any line that begins with a ## (double pound) is an
  16. //      is a 'key name' to tell splash and InstallShield where
  17. //    to load in the following string data.  Do not alter
  18. //    these lines.
  19. //
  20. //  * All other lines are string data.  String data may
  21. //    stretch over several lines, but ends at the first
  22. //    line which is a comment or a key name.  Please
  23. //    translate the string data lines that we have put
  24. //      a *TRANSLATE next to.  You may add add extra line or
  25. //      blank lines to a string data, but remember that if you
  26. //    add a comment to the middle of string data.  The string
  27. //      data ends at that comment.
  28. //
  29. //        For example:
  30. //      ///////////////////////////////////////
  31. //      //
  32. //      ##  szWelcome0
  33. //      //
  34. //      //  InstallShield welcome dialog box string
  35. //      // *TRANSLATE
  36. //      //
  37. //      Welcome to the Heavy Gear Setup program.
  38. //      This program will install Heavy Gear on your machine.
  39. //
  40. //      Press Next to continue, or cancel to quit.
  41. //    ///////////////////////////////////////
  42. //
  43. //        in this example, the string with key name szWelcome0 would
  44. //        recieve the string data, "Welcome to...   ...cancel to quit."
  45. //        This is an example of a string we would like you to translate.
  46. //
  47. //        In some special cases, TRANSLATE means substitute the
  48. //        localized address.  For example, http://www.activision.com
  49. //        may need to be translated to the URL of Activision's local
  50. //        website.
  51. //
  52. //    * Do not change the filename of this file
  53. //
  54. //    * Max string length = 512 characters (total length over one or more
  55. //        lines - this is a limitation imposed by InstallShield).
  56. //
  57. //
  58. ////////////////////////////////////////////////////////////////////
  59. ////////////////////////////////////////////////////////////////////
  60. ////////////////////////////////////////////////////////////////////
  61. ##    szFontName
  62. //
  63. //    This is here so that we can easily change the font used in
  64. //    our home-made dialog boxes.
  65. //
  66. Arial
  67. ////////////////////////////////////////////////////////////////////
  68. ##    szFontSize
  69. //
  70. //    This adjusts the size of all text
  71. //
  72. 18
  73. ////////////////////////////////////////////////////////////////////
  74. ##    szCompanyName
  75. //
  76. //    After installation, this ends up as a registry key directly
  77. //    under the HKEY_LOCAL_MACHINE/SOFTWARE key.
  78. //
  79. Activision
  80. ////////////////////////////////////////////////////////////////////
  81. ##    szAppName
  82. //
  83. //    After installation, this ends up as a registry key directly
  84. //    under the HKEY_LOCAL_MACHINE/SOFTWARE/szCompanyName key.
  85. //    This also ends up as the program folder icon name for the
  86. //    main executable.
  87. //
  88. Hexen II Mission Pack
  89. ////////////////////////////////////////////////////////////////////
  90. ##    szProductKey
  91. //
  92. //    After installation, this ends up as a registry key directly
  93. //    under the AppPaths key
  94. //
  95. H2mp_exe
  96. ////////////////////////////////////////////////////////////////////
  97. ##    szFTPReference
  98. //
  99. //    The game updater uses this to recognize this game.
  100. //
  101. HEXEN2MP
  102. ////////////////////////////////////////////////////////////////////
  103. ##    szProgramExecutable
  104. //
  105. //    This is the actual name of the main executable program.
  106. //
  107. H2mp.exe
  108. ////////////////////////////////////////////////////////////////////
  109. ##    szOpenGLExecutable
  110. //
  111. //    This is the Open GL version of the game
  112. //
  113. GLH2mp.exe
  114. ////////////////////////////////////////////////////////////////////
  115. ##    szProgramFolderName
  116. //
  117. //    This is what gets put into the Windows95 Taskbar Start Menu.
  118. //    In other words, after installation there will be a folder
  119. //    called Windows\Start Menu\Programs\szProgramFolderName.
  120. //
  121. Hexen II\\Hexen II Mission Pack
  122. ////////////////////////////////////////////////////////////////////
  123. ##    szAppWindowName
  124. //
  125. //    To find out what this should be, run the game and press
  126. //    Ctrl-Alt-Delete.  The game's window name will show in the
  127. //    list box.  This variable is used to prevent Splash.exe from
  128. //    running when the game is already running.
  129. //
  130. HexenII
  131. ////////////////////////////////////////////////////////////////////
  132. ##    szAppWindowClass
  133. //
  134. //    This is similar to szAppWindowName.  Ask the Game's
  135. //    developers what they called the game's window class or use
  136. //    Spy++.  This is also used to detect if the games is running.
  137. //
  138. HexenII
  139. ////////////////////////////////////////////////////////////////////
  140. ##    szSplashScreenName
  141. //
  142. //    This is the name of the window and the window class of the
  143. //    splash screen.  This string shows up in the Ctrl-Alt-Delete
  144. //    dialog box when the splash screen is running.
  145. //
  146. The Hexen II Mission Pack Splash Screen
  147. ////////////////////////////////////////////////////////////////////
  148. ##    sz16ColorWarning
  149. //
  150. //    This is self-explanatory.
  151. //
  152. Hexen II Mission Pack does not support 16-color mode.
  153. ////////////////////////////////////////////////////////////////////
  154. ##    szMovieWarning
  155. //
  156. //    This is displayed to the user's system is in 256-color mode
  157. //    and attempts to play a high-color movie.
  158. //    *TRANSLATE
  159. //
  160. In order to play this movie, your system must be in 16-bit color mode or higher.  Please change your system's color mode and restart Splash.
  161. ////////////////////////////////////////////////////////////////////
  162. ##    szSplashScreenClass
  163. //
  164. //    This is class name of the splash screen, used to detect whether
  165. //    or not splash is running.
  166. //
  167. Activision H2MP Splash Class
  168. ////////////////////////////////////////////////////////////////////
  169. ##    szFindBitmapWarning
  170. //
  171. //    This is displayed to the user if there is an error (for
  172. //    whatever reason) loading a bmp from the disk.
  173. //    *TRANSLATE
  174. //
  175. Unable to load a necessary bitmap.
  176. ////////////////////////////////////////////////////////////////////
  177. ##    szOutOfMemoryWarning
  178. //
  179. //    This is displayed to the user whenever a call to "malloc"
  180. //    or "new" fails.
  181. //    *TRANSLATE
  182. //
  183. Unable to allocate enough RAM.
  184. ////////////////////////////////////////////////////////////////////
  185. ##    szFindBrowserWarning
  186. //
  187. //    This is displayed to the user if a web button is pressed and
  188. //    neither Netscape nor IExplore is found on their system.
  189. //    *TRANSLATE
  190. //
  191. Sorry, Splash was unable to find an appropriate web browser to perform this action.
  192. ////////////////////////////////////////////////////////////////////
  193. ##    szInformation
  194. //
  195. //    The localized translation of the word "Information."
  196. //    *TRANSLATE
  197. //
  198. Information
  199. ////////////////////////////////////////////////////////////////////
  200. ##    szDiskSpaceRequired
  201. //
  202. //    amount of disk space checked for by the installer, in MB.
  203. 50
  204. ////////////////////////////////////////////////////////////////////
  205. ##    szSwapSpaceRequired
  206. //
  207. //    amount of swap space checked for by the installer, in MB.
  208. 0
  209. ////////////////////////////////////////////////////////////////////
  210. //
  211. ##    szEreg
  212. //
  213. //    Electronic registration dialog text
  214. //    *TRANSLATE
  215. //
  216. Welcome to Activision's Electronic Registration Program!
  217.  
  218. By successfully registering your game now using your World Wide Web browser or modem, you will receive a $15 REBATE COUPON, be entered in our MONTHLY DRAWING and get other GREAT SAVINGS on Activision games and merchandise.  It is quick, easy and toll-free.
  219.  
  220. Would you like to register at this time?
  221. ////////////////////////////////////////////////////////////////////
  222. //
  223. //    DirectX Dialog Box Strings.
  224. //    Displayed when the user does not have DirectX installed.
  225. //    *TRANSLATE
  226. //
  227. ##    szDirectX
  228. //
  229. Microsoft DirectX 5 was not detected on your system.
  230.  
  231. Hexen II Mission Pack requires Microsoft DirectX 5 drivers. These drivers may not be compatible with some video cards and certain display modes.
  232.  
  233. DirectX 5 will install over your existing video drivers and previous versions of DirectX.
  234.  
  235. If you do not want to install DirectX 5 or you believe that DirectX 5 is incompatible with your hardware, please click the Cancel button below.
  236.  
  237. Click the Help button for more information on DirectX 5 and hardware compatibility.
  238. //
  239. ##  szMicrosoft
  240. //    *TRANSLATE
  241. //
  242. If you experience problems with DirectX, please contact Microsoft at:
  243. Microsoft Customer Sales and Service
  244. One Microsoft Way
  245. Redmond, WA  98052-6399, USA
  246. Call 1-800-426-9400, in the US
  247. Call +1-206-882-8080 outside the United States
  248. Click OK to continue installing DirectX 5.  Click Cancel to cancel DirectX 5 installation.
  249. //
  250. ##    szDirectXInstalledNoRestart
  251. //    *TRANSLATE
  252. //
  253. DirectX 5 was successfully installed.
  254. //
  255. ##    szDirectXInstalledRestart
  256. //    *TRANSLATE
  257. //
  258. DirectX 5 was successfully installed.  You will need to restart you computer before playing Hexen II Mission Pack.
  259. //
  260. ##    szInsertCD
  261. //    *TRANSLATE
  262. //
  263. Please insert the Hexen II Mission Pack CD in your CDROM drive.  Click OK when ready.
  264. ////////////////////////////////////////////////////////////////////
  265. ##    szWelcome0
  266. //
  267. //    Welcome Dialog Box Strings
  268. //    Displayed on the InstallShield Welcome dialog box.
  269. //    *TRANSLATE
  270. //
  271. Welcome to the Hexen II Mission Pack Setup...
  272.  
  273. Successful completion of the setup process will install the Hexen II Mission Pack on your computer.  This installation will require 50 MB of permanent hard drive space.
  274.  
  275. It is strongly recommended to shut down all other Windows programs in order to continue with the Setup Program.  You may click cancel to quit Setup and close any programs you have running.
  276.  
  277. Click next to continue with the Setup program.
  278. //
  279. ##    szWelcome1
  280. //    *TRANSLATE
  281. //
  282. WARNING: This program is protected by copyright law and international treaties.
  283.  
  284. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law.
  285. ////////////////////////////////////////////////////////////////////
  286. //
  287. // insufficient disk space for install warnings:
  288. //
  289. ##    szDiskSpaceWarning0
  290. //    *TRANSLATE
  291. //
  292. There is not enough space on your system to install the Hexen II Mission Pack (you would require another
  293. //
  294. ##    szDiskSpaceWarning1
  295. //    *TRANSLATE
  296. //
  297. MB).
  298.  
  299. Click on Quit to abort installation.
  300. //
  301. ##    szSwapSpaceWarning0
  302. //
  303. WARNING: Although there is enough space to install the Hexen II Mission Pack on your system, Hexen II requires an additional
  304. //    *TRANSLATE
  305. //
  306. ##    szSwapSpaceWarning1
  307. //    *TRANSLATE
  308. //
  309. MB of space for temporary files, which you should make available on the your system before playing the Hexen II Mission Pack.
  310.  
  311. You may continue installation by clicking on Next, or abort by clicking on Quit.
  312. ////////////////////////////////////////////////////////////////////
  313. //
  314. //    Finish Dialog Box Strings
  315. //    Displayed on the InstallShield Finish dialog box.
  316. //
  317. ##    szFinish
  318. //    *TRANSLATE
  319. //
  320. Installation is now complete.  Click Finish to exit setup.
  321. //
  322. ##    szFinishReboot
  323. //    *TRANSLATE
  324. //
  325. Installation is now complete.  Before playing the Hexen II Mission Pack, you must restart your computer.  Click Restart to restart your computer now or click Finish to exit Setup.
  326. ////////////////////////////////////////////////////////////////////
  327. //
  328. //    InstallShield warnings.
  329. //    Displayed when the user's system is missing one or more of
  330. //    the game's system requirements.
  331. //
  332. ##    szSystemRequirements0
  333. //    *TRANSLATE
  334. //
  335. The following requirement(s) were not detected on your system.  Click Help for more information on Hexen II's system requirements or click Install to continue with the installation.
  336. //
  337. ##    szOSWarning
  338. //    *TRANSLATE
  339. //
  340. Windows95 operating system
  341. //
  342. ##    szCPUWarning
  343. //    *TRANSLATE
  344. //
  345. Pentium 90 MHz processor or better
  346. //
  347. ##    szRAMWarning
  348. //    *TRANSLATE
  349. //
  350. 16 MB of RAM or more
  351. //
  352. ##    szColorsWarning
  353. //    *TRANSLATE
  354. //
  355. 256-color capability or better
  356. //
  357. ##    szVRAMWarning
  358. //    *TRANSLATE
  359. //
  360. 1 MB of Video RAM or more
  361. //
  362. ##    szCDROMSpeedWarning
  363. //    *TRANSLATE
  364. //
  365. 2X CDROM drive or better
  366. ////////////////////////////////////////////////////////////////////
  367. ##    szCopying
  368. //    *TRANSLATE
  369. //
  370. Copying Hexen II Mission Pack program files...
  371. ////////////////////////////////////////////////////////////////////
  372. ##    szMissionPack
  373. //    *TRANSLATE
  374. //
  375. Hexen II Mission Pack
  376. ////////////////////////////////////////////////////////////////////
  377. //
  378. //    More InstallShield error messages.
  379. //
  380. ##    ERROR_32BIT
  381. //    *TRANSLATE
  382. //
  383. The Hexen II Mission Pack requires a 32-bit operating system to install.
  384. //
  385. ##    ERROR_MOVEDATA
  386. //    *TRANSLATE
  387. //
  388. The following error occurred during the move data process:
  389. //
  390. ##    ERROR_UNINSTSETUP
  391. //    *TRANSLATE
  392. //
  393. UnInstaller setup failed to initialize.  You may not be able to uninstall this product.
  394. //
  395. ##    szAskToQuit
  396. //    *TRANSLATE
  397. //
  398. Would you like to stop the Hexen II Mission Pack setup process?
  399. //
  400. ##    szExitSetup
  401. //    *TRANSLATE
  402. //
  403. The Hexen II Mission Pack setup process has been terminated. 
  404. //
  405. ##    szUninstallElsewhere
  406. //    *TRANSLATE
  407. //
  408. It is not possible to uninstall the Hexen Mission Pack without also uninstalling Hexen II.  To uninstall Hexen II, use the shortcut that was placed in your Start Menu.
  409. //
  410. ##    szNoOriginalInstall
  411. //    *TRANSLATE
  412. //
  413. The Hexen II Mission Pack is an add-on to the full version of Hexen II.  To install the Hexen II Mission Pack, you must first have the full version Hexen II installed on your system.
  414. ////////////////////////////////////////////////////////////////////
  415. //
  416. //    these strings show up during install, after file copy, if the
  417. //    user's Hexen II version is less than v1.11.
  418. //
  419. ##    szPatch
  420. //    *TRANSLATE
  421. //
  422. You appear to be running an older version of Hexen II.
  423.  
  424. A newer version, v.1.11, is available, but is not required to run the Hexen II Mission Pack.  Patching will temporarily require approximately 80 megs of hard drive space.  Would you like to upgrade at this time?
  425. //
  426. ##    szPatchFailed
  427. //    *TRANSLATE
  428. //
  429. The Hexen II patch was unsuccessful.
  430.  
  431. This can happen for a variety of reasons.  Check to make sure have at least 80 megs of hard drive space, and that your retail version of Hexen II was installed correctly.  You can also refer to the online documentation on this CD for more information.
  432.  
  433. Your mission pack installation should be unaffected.
  434. ////////////////////////////////////////////////////////////////////
  435. ##    szDestPath
  436. //
  437. //    dialog text after the welocme screen to let the user know where install shield will install to, and to choose game type
  438. //    *TRANSLATE
  439. //
  440. Hexen II Mission Pack will be installed in your current Hexen II install folder.
  441.  
  442. The Mission Pack does not require a 3D accelerator card to run, but it does support some types of cards.  You can choose to install the files needed for these 3D cards.
  443. ////////////////////////////////////////////////////////////////////
  444. ##    szGameNormal
  445. //    *TRANSLATE
  446. //
  447. This is the default version of Hexen II and requires no special hardware.  Click here if you do not own a compatible accelerator card or if you are unsure.
  448. ////////////////////////////////////////////////////////////////////
  449. ##    szGameAccel
  450. //    *TRANSLATE
  451. //
  452. Click here to install BOTH the default and GL versions of Hexen II.  GLHexen is an accelerated version of the game that runs on some OpenGL-based 3D cards.  Consult your manufacturer for compatibility.
  453. ////////////////////////////////////////////////////////////////////
  454. ##    szHelpShortcut
  455. //
  456. //    this is the file name of the help shortcut placed in the start menu.
  457. //    *TRANSLATE
  458. //
  459. Hexen II Mission Pack Help
  460. ////////////////////////////////////////////////////////////////////
  461. ##    szHelpPath
  462. //
  463. //    location of the localized help files
  464. //
  465. H2MP Help
  466. ////////////////////////////////////////////////////////////////////
  467. ##    szProductVersion
  468. //
  469. //    version of this installation
  470. //
  471. 1.12
  472. ////////////////////////////////////////////////////////////////////
  473. ##    szUninstallName
  474. //
  475. //    string used in add / remove programs
  476. //
  477. Hexen II Mission Pack
  478. ////////////////////////////////////////////////////////////////////
  479. ##    szUninstall
  480. //
  481. //    string used for the uninstall shortcut
  482. //
  483. Uninstall Hexen II Mission Pack
  484. ////////////////////////////////////////////////////////////////////
  485. ##    szUninstallKey
  486. //
  487. //    uninstall registry key
  488. //
  489. H2MPUninstallKey
  490. ////////////////////////////////////////////////////////////////////
  491. ##    szLanguageError
  492. //
  493. //    if you're running under an unsupported operating system...
  494. //    *TRANSLATE
  495. //
  496. This product requires the English Language Windows 95 operating system. To find out if a version localized for your operating system is available for purchase, please contact your local Activision office.
  497. ////////////////////////////////////////////////////////////////////
  498. //
  499. //    more shortcut items:
  500. //
  501. ##    szGLHexenShortcut
  502. //
  503. GL Hexen II Mission Pack
  504. //
  505. ##    szSetupShortcut
  506. //
  507. Setup
  508. //
  509. ##    szDemosShortcut
  510. //
  511. Demos
  512. //
  513. ##    szDeathmatchServer
  514. //
  515. Dedicated Deathmatch Server
  516. //
  517. ##    szCoopServer
  518. //
  519. Dedicated Coop Server
  520. //
  521. ##    szGLListenDeathmatchServer
  522. //
  523. Listen Deathmatch Server (GL)
  524. //
  525. ##    szNoGLListenDeathmatchServer
  526. //
  527. Listen Deathmatch Server (Software)
  528. //
  529. ##    szNoGLListenCoopServer
  530. //
  531. Listen Coop Server (Software)
  532. //
  533. ##    szListenDeathmatchServer
  534. //
  535. Listen Deathmatch Server
  536. //
  537. ##    szListenCoopServer
  538. //
  539. Listen Coop Server
  540. //
  541. ##    szGLListenCoopServer
  542. //
  543. Listen Coop Server (GL)
  544. //
  545. ##    szHintLine
  546. //
  547.  
  548. //
  549. ##    szPatchNeeded
  550. //
  551. The Hexen II Mission Pack requires the latest version of Hexen II in order to run properly.
  552.  
  553. Setup has detected an older version on your system and will attempt to run the Hexen II patch.  The patch will temporarily require 80 megs of hard drive space and may take several minutes to run.
  554. //
  555. ##    szNotEnoughPatchSpace
  556. //
  557. Setup has detected that your system does not have enough space on your hard drive to run this patch.  You must free 80 MB of space to run the patch and install the Mission Pack.
  558.  
  559. Setup will now abort.
  560. //
  561. ##    szGameSpy0
  562. //
  563. GameSpy is an excellent shareware program that makes finding and connecting to internet multiplayer games of Hexen II a snap.  Install it.  Fire it up.  In only moments you will find the best connections available.  You will use your normal internet connection, you will have access to all the latest mods, and there's no hourly fee.  Try it out -- you'll see that GameSpy is more than a gaming bargain.  It's a breakthrough.
  564. //
  565. ##    szGameSpy1
  566. //
  567. GameSpy is not an Activision product and is not supported by Activision's Customer Service.  Support and information on GameSpy can be found at the GameSpy website at http://www.gamespy.com
  568. //
  569. ##    szGameSpy2
  570. //
  571. Click "Install" to the left to install GameSpy now.  If you do not want to install GameSpy, click the "Do Not Install" button to finish the Hexen II Mission Pack installation.
  572. //
  573. ##    szNoMinimumAddon
  574. //
  575. Setup has detected that you installed an older version Hexen II with the Minimum option.  Because the Mission Pack must update Hexen II to the latest version, you must quit the Mission Pack installer at this time.  Uninstall and reinstall your original Hexen II with the Maximum option.  Then, install the Mission Pack.
  576.  
  577. Press Quit to do this now.
  578. ////////////////////////////////////////////////////////////////////
  579. ////////////////////////////////////////////////////////////////////
  580. ////////////////////////////////////////////////////////////////////
  581. //
  582. //    ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED====
  583. //    ==========FOR YOUR COPY-N-PASTING PLEASURES=============
  584. //
  585. //    ASCII Value    Symbol
  586. //    161        í
  587. //    162        ó
  588. //    163        ú
  589. //    164        ñ
  590. //    165        Ñ
  591. //    166        ª
  592. //    167        º
  593. //    168        ¿
  594. //    169        ⌐
  595. //    170        ¬
  596. //    171        ½
  597. //    172        ¼
  598. //    173        ¡
  599. //    174        «
  600. //    175        »
  601. //    176        ░
  602. //    177        ▒
  603. //    178        ▓
  604. //    179        │
  605. //    180        ┤
  606. //    181        ╡
  607. //    182        ╢
  608. //    183        ╖
  609. //    184        ╕
  610. //    185        ╣
  611. //    186        ║
  612. //    187        ╗
  613. //    188        ╝
  614. //    189        ╜
  615. //    190        ╛
  616. //    191        ┐
  617. //    192        └
  618. //    193        ┴
  619. //    194        ┬
  620. //    195        ├
  621. //    196        ─
  622. //    197        ┼
  623. //    198        ╞
  624. //    199        ╟
  625. //    200        ╚
  626. //    201        ╔
  627. //    202        ╩
  628. //    203        ╦
  629. //    204        ╠
  630. //    205        ═
  631. //    206        ╬
  632. //    207        ╧
  633. //    208        ╨
  634. //    209        ╤
  635. //    210        ╥
  636. //    211        ╙
  637. //    212        ╘
  638. //    213        ╒
  639. //    214        ╓
  640. //    215        ╫
  641. //    216        ╪
  642. //    217        ┘
  643. //    218        ┌
  644. //    219        █
  645. //    220        ▄
  646. //    221        ▌
  647. //    222        ▐
  648. //    223        ▀
  649. //    224        α
  650. //    225        ß
  651. //    226        Γ
  652. //    227        π
  653. //    228        Σ
  654. //    229        σ
  655. //    230        µ
  656. //    231        τ
  657. //    232        Φ
  658. //    233        Θ
  659. //    234        Ω
  660. //    235        δ
  661. //    236        ∞
  662. //    237        φ
  663. //    238        ε
  664. //    239        ∩
  665. //    240        ≡
  666. //    241        ±
  667. //    242        ≥
  668. //    243        ≤
  669. //    244        ⌠
  670. //    245        ⌡
  671. //    246        ÷
  672. //    247        ≈
  673. //    248        °
  674. //    249        ∙
  675. //    250        ·
  676. //    251        √
  677. //    252        ⁿ
  678. //    253        ²
  679. //    254        ■
  680. //    255         
  681. //
  682. ////////////////////////////////////////////////////////////////////
  683. //
  684. //    =======DO NOT ALTER ANYTHING BELOW THIS LINE=======
  685. //    ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====